-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[stdlib] Add SIMD.reversed()
#3555
Conversation
Signed-off-by: martinvuyk <[email protected]>
Signed-off-by: martinvuyk <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
!sync
!sync |
Co-authored-by: Joshua James Venter <[email protected]> Signed-off-by: martinvuyk <[email protected]>
!sync |
Signed-off-by: martinvuyk <[email protected]>
@JoeLoser I fixed the issue but the CI is failing because of unrelated reasons |
Signed-off-by: martinvuyk <[email protected]>
!sync |
✅🟣 This contribution has been merged 🟣✅ Your pull request has been merged to the internal upstream Mojo sources. It will be reflected here in the Mojo repository on the nightly branch during the next Mojo nightly release, typically within the next 24-48 hours. We use Copybara to merge external contributions, click here to learn more. |
[External] [stdlib] Add `SIMD.reversed()` Add `SIMD.reversed()` that reverses by index using shuffle. ORIGINAL_AUTHOR=martinvuyk <[email protected]> PUBLIC_PR_LINK=#3555 Co-authored-by: martinvuyk <[email protected]> Closes #3555 MODULAR_ORIG_COMMIT_REV_ID: c5c0e5fd7961b98ef7781463f9ed66ff1f6d8ae2
Landed in f932a98! Thank you for your contribution 🎉 |
Add
SIMD.reversed()
that reverses by index using shuffle.